home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / MEMLib.lha / MEMLib / Developer / source.org / precomp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-30  |  245 b   |  12 lines

  1. #include <exec/types.h>
  2. #include <exec/ports.h>
  3. #include <exec/memory.h>
  4. #include <exec/execbase.h>
  5. #include <proto/exec.h>
  6. #include <proto/dos.h>
  7. #include <stdarg.h>
  8. #include <string.h>
  9. #include <dos.h>
  10. #include <stdlib.h>
  11. #include "mempriv.h"
  12.